home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue29 / art_tips / ART_TIPS.ZIP / Tips / BCBuilder / EditTips.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-13  |  3.1 KB  |  78 lines

  1. //----------------------------------------------------------------------------
  2. // EditTips.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: EditTips.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef EditTipsHPP
  6. #define EditTipsHPP
  7. //----------------------------------------------------------------------------
  8. #include <BitLBox.hpp>
  9. #include <Buttons.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Controls.hpp>
  12. #include <Forms.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <SysUtils.hpp>
  16. #include <System.hpp>
  17. namespace Edittips
  18. {
  19. //-- type declarations -------------------------------------------------------
  20. class __declspec(delphiclass) TfrmEditor;
  21. class __declspec(pascalimplementation) TfrmEditor : public Forms::TForm
  22. {
  23.     typedef Forms::TForm inherited;
  24.     
  25. __published:
  26.     Stdctrls::TLabel* SrcLabel;
  27.     Bitlbox::TBitListBox* SrcList;
  28.     Stdctrls::TLabel* DstLabel;
  29.     Buttons::TSpeedButton* IncludeBtn;
  30.     Buttons::TSpeedButton* IncAllBtn;
  31.     Buttons::TSpeedButton* ExcludeBtn;
  32.     Buttons::TSpeedButton* ExAllBtn;
  33.     Bitlbox::TBitListBox* DstList;
  34.     Stdctrls::TButton* AddBtn;
  35.     Stdctrls::TButton* OkBtn;
  36.     Stdctrls::TButton* CancelBtn;
  37.     Buttons::TSpeedButton* DelItem;
  38.     void __fastcall IncludeBtnClick(System::TObject* p0);
  39.     void __fastcall ExcludeBtnClick(System::TObject* p0);
  40.     void __fastcall IncAllBtnClick(System::TObject* p0);
  41.     void __fastcall ExcAllBtnClick(System::TObject* p0);
  42.     void __fastcall MoveSelected(Stdctrls::TCustomListBox* p0, Classes::TStrings* p1);
  43.     void __fastcall SetItem(Bitlbox::TBitListBox* p0, int p1);
  44.     void __fastcall SetButtons(void);
  45.     void __fastcall AddBtnClick(System::TObject* p0);
  46.     void __fastcall DelItemClick(System::TObject* p0);
  47.     void __fastcall OkBtnClick(System::TObject* p0);
  48.     void __fastcall FormActivate(System::TObject* p0);
  49.     void __fastcall SrcListDragDrop(System::TObject* p0, System::TObject* p1, int p2, int p3);
  50.     void __fastcall SrcListDragOver(System::TObject* p0, System::TObject* p1, int p2, int p3, Controls::TDragState 
  51.         p4, bool &p5);
  52.     void __fastcall DstListDragDrop(System::TObject* p0, System::TObject* p1, int p2, int p3);
  53.     void __fastcall DstListDragOver(System::TObject* p0, System::TObject* p1, int p2, int p3, Controls::TDragState 
  54.         p4, bool &p5);
  55.     void __fastcall CancelBtnClick(System::TObject* p0);
  56. public:
  57.     /* TForm.Create */ __fastcall virtual TfrmEditor(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  58.         ) { }
  59.     /* TForm.CreateNew */ __fastcall TfrmEditor(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  60.         AOwner, Dummy) { }
  61.     /* TForm.Destroy */ __fastcall virtual ~TfrmEditor(void) { }
  62.     
  63. public:
  64.     /* TWinControl.CreateParented */ __fastcall TfrmEditor(HWND ParentWindow) : Forms::TForm(ParentWindow
  65.         ) { }
  66.     
  67. };
  68.  
  69. //-- var, const, procedure ---------------------------------------------------
  70. extern TfrmEditor* frmEditor;
  71.  
  72. }    /* namespace Edittips */
  73. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  74. using namespace Edittips;
  75. #endif
  76. //-- end unit ----------------------------------------------------------------
  77. #endif    // EditTips
  78.